home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
recent
/
graburl.lha
/
GrabURL
/
GrabURL.readme
< prev
next >
Wrap
Text File
|
1997-01-18
|
1KB
|
41 lines
Short: Utilities to fetch HTTP files.
Author: emonds@jsp.umontreal.ca (Serge Emond)
Uploader: emonds@jsp.umontreal.ca (Serge Emond)
Type: comm/www
Requires at least OS 3.0, rexxdossupport.library V2 and AmiTCP 4.0+.
Rexxdossupport can be found on AmiNet (util/rexx/rexxdossupport.lha)
This archive contains executables for 68000. Newest releases (including
programs compiled for 020/030/040) can be found on:
http://www.jsp.umontreal.ca/~emonds/GrabURL.html.
Contains 4 things:
1) GrabHTTP. Can grab files using the HTTP protocol. (ARexx host)
2) UrlManager. Keep a list of urls. (ARexx host)
3) ScanHTML. Scans an HTML file and creates a list of the urls
contained in it.
4) GrabURL.rexx.
The last one uses the 3 others to grab one or more files using HTTP.
It can collect files recursively using AmigaDOS patterns and has a lot of
options.
GrabHTTP also has a small GUI indicating the progress of the download.
This is freeware. It works without crashing on my system.
Comments are welcome.
---
Partial change-list since last release:
GrabHTTP 1.01
- Some memory was freed twice in some situations
- Now supports HTTP authentication
GrabURL 1.01
- Modified to support authentication
GrabURL 1.02
- Set a minimal stack to prevent crashes...